home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / kernel / index.txt < prev    next >
Text File  |  1993-01-07  |  1KB  |  46 lines

  1. # Miscellaneous files and directories
  2.  
  3. Cvsroot:    kernel revision history; managed by SCVS/CVS/RCS
  4. Include:    installed kernel header files
  5. Modules:    list of modules used to build a kernel
  6. README.txt:    information about the kernel sources
  7. SCVS.config:    configuration file for SCVS
  8. sprite:        kernel build directory
  9.  
  10. # Kernel source modules
  11.  
  12. dbg:        network-based kernel debugger
  13. dev:        device drivers
  14. fs:        top-level file system
  15. fscache:    file system cache
  16. fsconsist:    distributed cache consistency
  17. fsdm:        disk management
  18. fsio:        stream management
  19. fslcl:        local (disk) file system
  20. fspdev:        pseudo-device implementation
  21. fsprefix:    file system prefix management
  22. fsrecov:    file system crash recovery
  23. fsrmt:        remote (network) file system
  24. fsutil:        various file system utilities
  25. lfs:        Log Structured File System
  26. libc:        various routines from the C library
  27. mach:        low-level machine-dependent routines
  28. main:        initial processing during boot
  29. mem:        memory management
  30. net:        network support
  31. ofs:        original disk layout (pre-LFS)
  32. proc:        process management
  33. prof:        profiling
  34. raid:        RAID driver
  35. raid.null:    RAID driver null stubs 
  36. recov:        crash recovery
  37. rpc:        remote procedure call
  38. sched:        scheduler
  39. sig:        signals
  40. sync:        synchronization and locking
  41. sys:        system call stubs
  42. timer:        system clock
  43. utils:        miscellaneous routines
  44. vm:        virtual memory routines
  45.  
  46.